Skip to main content

mobileIsNFCAvailable

Type

function

Summary

Returns true if the device can communicate with other NFC devices or tags, false otherwise.

Syntax

mobileIsNFCAvailable()

Description

Use the mobileIsNFCAvailable function to check whether the device can read NFC tags.

Examples

get mobileIsNFCAvailable()
if mobileIsNFCAvailable() is "true" then 
answer "NFC tags can be read"
end if

command: mobileEnableNFCDispatch

function: mobileIsNFCEnabled

message: nfcTagReceived

Compatibility and Support

Introduced

LiveCode 9.0

OS

android

Platforms

mobile

Thank you for your feedback!

Was this page helpful?